home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / cil23kit.zip / TXZMTERM.BAT < prev    next >
DOS Batch File  |  1992-10-24  |  399b  |  11 lines

  1. @ECHO OFF
  2. REM If no 16550AFN or Intelligent UART remove -t8 from command lines below.
  3. REM -t8 represents FIFO characters, 1 to 16 possible.
  4. REM If you do not use DesqView or Windows remove -q -0 from command lines.
  5. SET TXZMLOG=%DSZLOG%
  6. REM C:          ; Drive to Download Directiry 
  7. REM CD\DOWNLOAD ; Switch to DL directory
  8. CLS
  9. %CIL%\TXZM com%P% -b%TR% -1%LR% -t8 -q -0 -w1024 -h -u
  10. :END
  11.